home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / progtool / c / gcc / gplibt02.zoo / test.sh < prev    next >
Encoding:
Text File  |  1992-03-28  |  325 b   |  10 lines

  1. for i in  tfile tobstack tstring tinteger  trationa \
  2. tcomplex tbitset tbitstri trandom tfix tfix16 tfix24 tgetopt ; do
  3.     case $i in
  4.     test0) echo "Must run test0 from tty";;
  5.     tcurses) echo "Must run tCurses from tty" ;;
  6.     tgetopt) echo $i;  ./$i -abc -de10 -2000 -h3i ;;
  7.     *) echo $i;  ./$i < $i.inp;;
  8.     esac
  9. done
  10.